Vcenter Namespaces Mobility Virtualmachines Imports State

Vcenter Namespaces Mobility Virtualmachines Imports State
Vcenter Namespaces Mobility Virtualmachines Imports State

The Vcenter Namespaces Mobility Virtualmachines Imports State schema represents the observed state of the Import.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "conditions": [
        {
            "type": "string",
            "reason": "string",
            "status": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "last_transition_time": "string"
        }
    ],
    "start_time": "string",
    "completion_time": "string",
    "virtual_machine_name": "string"
}
conditions
Optional

List of conditions describing the current state of the Import.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the Kubernetes resource associated with this operation is not yet created or ready to report conditions.

string As date-time As date-time
start_time
Optional

The time when the operation starts in the Supervisor. It is represented in RFC3339 form and is UTC.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the operation has not started yet.

string As date-time As date-time
completion_time
Optional

The time when the operation finishes in the Supervisor. It is represented in RFC3339 form and is UTC.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the operation has not completed yet.

string
virtual_machine_name
Optional

The name of the virtual machine in the target namespace of the Supervisor.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null until the VM is imported. The value corresponds to the name in vm-operator virtualmachine and does not match the display name in vCenter Server.